runtime.profBuf.hasOverflow (method)

3 uses

	runtime (current package)
		profbuf.go#L156: func (b *profBuf) hasOverflow() bool {
		profbuf.go#L315: 	if hasOverflow := b.hasOverflow(); hasOverflow && b.canWriteTwoRecords(1, len(stk)) {
		profbuf.go#L484: 		if b.hasOverflow() {